home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3521 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: news.vanderbilt.edu!news
  2. From: "Marcus H. Mendenhall" <mendenm@ctrvax.vanderbilt.edu>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: C Uglifyer wanted
  5. Date: Mon, 29 Jan 1996 12:37:03 +0000
  6. Organization: Vanderbilt University, Nashville, TN, USA
  7. Message-ID: <310CBF6F.3A17@ctrvax.vanderbilt.edu>
  8. References: <47d983$aq4@apollo.ekfido.kodak.com> <DLHBy6.JJF@cix.compulink.co.uk> <4dtodp$1pf@news.chattanooga.net> <DLs1ru.9FG@ich.nl>
  9. NNTP-Posting-Host: 129.59.235.1
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b6a (Macintosh; I; PPC)
  14.  
  15. ("Dominic Monk") writes:
  16. >does anybody know of an useful c-code uglifyer? The code
  17. >should still be compilable on different platforms but
  18. >variable names etc. changed so that reading, editing etc,
  19. >becomes impossible.
  20.  
  21. Just send it to the programmers who are trained in writing 
  22. platform-independent UNIX/Gnu (etc.) code.  If has been edited for 
  23. any of these systems, there is no chance anyone will understand a 
  24. single line of it.  It will have 1000+ conditional header file 
  25. includes and definitions, and nowhere will you be able to find the 
  26. little piece of code (somewgere deep inside) which actuall _does_ 
  27. something. :-)
  28.